Release 10.1A: OpenEdge Data Management:
SQL Reference
CREATE USER
Creates the specified user.
Syntax
Example
In this example an account with
DBAprivileges creates the ‘username’ ‘Jasper’ with password ‘spaniel’:
Notes
- Used in conjunction with
BEGIN-END DECLARE SECTIONandDROP USERstatement, theCREATE USERstatement provides a way to manage user records through SQL.- The user name and password must be enclosed in quotes.
- Before issuing the
CREATE USERstatement, there are no users defined in the user table and any user can log into the database.- After issuing the
CREATE USERstatement, only users defined in the user table can log into the database.Authorization
Must have
DBAprivileges.Related statements
BEGIN-END DECLARE SECTION, DROP USER
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |